Add Inspectable Control publication - #124
Open
aogavrilov wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new publication entry to the site for the FSE Companion 2026 paper “Inspectable Control for Structure-Preserving Software Regeneration”, using the repository’s standard layout: publication front-matter format so it renders in the publications collection and tag index.
Changes:
- Added a new
_publications/markdown entry with title/authors/venue/year metadata. - Included publication links (DOI + project website) and tags (“code generation”, “representation”).
- Added the paper abstract as the publication page content.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the FSE Companion 2026 publication using the repository's publication template, including the official DOI, project page, exact abstract, and existing code-generation/representation tags.
Scope
The paper studies controllable partial code regeneration through hierarchical discrete latent representations. The experimental model is a hierarchical VQ-VAE with masked discrete generation, not an LLM, and the entry does not claim semantic equivalence or functional correctness.
Disclosure: I am the first author of the paper.